
Bug Fixes
~~~~~~~~
1. "Again" verb didn't work.
2. Syntax error in Universe that was caught only by Unix Python 2.2 is now fixed.
3. Bug Fix: Background Gray now works in WConio (special character ~bgy)
3. Terminal gained a Terminate() method (needed by the curses terminal) which now ends the session.

New Features
~~~~~~~~~~~
1. limited "oops" ability. If you type a verb like "get" and get "what do you want to get?" you can simply type a noun and the last verb used will be
	  used again.
2. minor cosmetic changes to Game.Banner()
3. Minor change to message concerning missing direct objects.
4. Adverbs gain Applies() method for testing adverb inclusion in command: "If CarefullyAdverb.Applies():"
5. TkinterIO Terminal now supported! Graphical full color terminal with font size changes and a new "title" mode. Provided by Nathan Barnes.
6. Game logging: Output is recorded to <game name>.log.
7. Debug logging: Output is recorded to <game name>.dbg
8. New verb "Transcribe" toggles logging on and off, Global.Transcribe set to TRUE/FALSE.
